home *** CD-ROM | disk | FTP | other *** search
OrangeCD theme | 2003-07-23 | 9.5 KB | 366 lines |
- /*
- Advanced Web Site.dax
- Copyright 1997-2003 Firetongue Software
- */
-
- /* Declare customization parameters here */
-
- /* Colors */
- BGCOLOR ["Background color"] : color = #FFFFFF;
- TEXTCOLOR ["Normal text color"] : color = #000000;
- LINKCOLOR ["Link color"] : color = #0000FF;
- VLINKCOLOR ["Visited link color"] : color = #800080;
- IMGCOLOR ["Image border color"] : color = #999999;
-
- /* Fonts */
- TEXTFONT ["Normal font"] : font = "small Times New Roman";
- HEADERFONT ["Header font"] : font = "large Times New Roman";
-
- /* Fields */
- SECONDFLD ["Second browsing field"] : field = year;
- THEIRDFLD ["Third browsing field"] : field = category;
-
- SORTFLD1 ["Primary sorting field"] : field = artistsort;
- SORTFLD2 ["Secondary sorting field"] : field = title;
-
- /* Structure and navigation */
- ALWAYSNAV ["Navigation links on every page"] : bool = false;
- NEWALBUMS ["New items in collection"] : bool = true {
- NEWSSIZE ["Number of new items to display"] : int = 5;
- }
- THUMBS ["Cover thumbnails"] : bool = true {
- THUMBSIZE ["Thumbnail size (pixels)"] : int = 32;
- }
-
- /* Album page settings */
- ALBUMPAGES ["Generate individual album pages"] : bool = true {
- COVERSIZE ["Album cover size"] : int = 100;
- SHOW_SHELFID["Display reference number"] : bool = true;
- SHOW_LABEL ["Display label and number"] : bool = true;
- SHOW_FORMAT ["Display format"] : bool = true;
- SHOW_RELEASEDATE["Display release date"] : bool = true;
- SHOW_CATEGORY["Display category"] : bool = true;
- SHOW_GENRE ["Display genre"] : bool = true;
- SHOW_MONO ["Display mono/stereo/multichannel"] : bool = true;
- SHOW_LIVE ["Display live/studio"] : bool = true;
- SHOW_BITRATE["Display bitrate"] : bool = true;
- SHOW_CUSTOM1["Display custom field 1"] : bool = false;
- SHOW_CUSTOM2["Display custom field 2"] : bool = false;
- SHOW_CUSTOM3["Display custom field 3"] : bool = false;
- SHOW_CUSTOM4["Display custom field 4"] : bool = false;
- }
-
- /* Track page settings */
- TRACKPAGES ["Individual lyrics pages"] : bool = true;
-
- ::start/web
-
- <html>
- <head>
- <title><!--[sitetitle/]--></title>
- <!--[charset/]-->
- <style><!--
- body,td,a { font: $TEXTFONT }
- h2 { font: $HEADERFONT }
- img.cover { border: 1px solid $IMGCOLOR; vertical-align: center }
- //--></style>
- </head>
- <body bgcolor=$BGCOLOR text=$TEXTCOLOR link=$LINKCOLOR vlink=$VLINKCOLOR>
-
- <h2><b><!--[sitetitle/]--></b></h2>
-
- <p>Browse by artist:<br>
- <!--[group(artistsort,overview)]-->
- <!--[grouppagelink]--><!--[groupfield]-->??<!--[/groupfield]--><!--[/grouppagelink]-->
- <!--[/group]-->
-
- <p>Browse by <!--[fieldname($SECONDFLD)/]-->:<br>
- <!--[group($SECONDFLD)]-->
- <!--[grouppagelink]--><!--[groupfield]-->??<!--[/groupfield]--><!--[/grouppagelink]-->
- <!--[/group]-->
-
- <p>Browse by <!--[fieldname($THEIRDFLD)/]-->:<br>
- <!--[group($THEIRDFLD)]-->
- <!--[grouppagelink]--><!--[groupfield]-->??<!--[/groupfield]--><!--[/grouppagelink]-->
- <!--[/group]-->
-
- <!--[if($NEWALBUMS)]-->
- <p>New items in collection:
- <table border=0>
- <!--[album(top,$NEWSSIZE,dateadded)]-->
- <tr>
- <!--[if($THUMBS)]-->
- <td width=$THUMBSIZE height=$THUMBSIZE>
- <!--[if(cover)]-->
- <!--[if($ALBUMPAGES)]-->
- <!--[albumpagelink]--><!--[cover($THUMBSIZE)/]--><!--[/albumpagelink]-->
- <!--[else]-->
- <!--[cover($THUMBSIZE)/]-->
- <!--[/if]-->
- <!--[else]-->
-
- <!--[/if]-->
- </td>
- <!--[/if]-->
- <td>
- <!--[if($ALBUMPAGES)]-->
- <!--[albumpagelink]--><!--[artist/]--> - <!--[title/]--><!--[/albumpagelink]-->
- <!--[else]-->
- <!--[artist/]--> - <!--[title/]-->
- <!--[/if]-->
- </td>
- </tr>
- <!--[/album]-->
- </table>
- <!--[/if]-->
-
- <hr>
- <!-- please support OrangeCD by keeping this link. Thank you! -->
- <center>This web site was generated by OrangeCD Suite - <a href="http://www.firetongue.com/">ultimate music database software</a>.</center>
- </body>
- </html>
-
- ::group/web
-
- <html>
- <head>
- <title><!--[sitetitle/]--> - <!--[groupfield]-->??<!--[/groupfield]--></title>
- <!--[charset/]-->
- <style><!--
- body,td,a { font: $TEXTFONT }
- h2 { font: $HEADERFONT }
- img.cover { border: 1px solid $IMGCOLOR; vertical-align: center }
- //--></style>
- </head>
- <body bgcolor=$BGCOLOR text=$TEXTCOLOR link=$LINKCOLOR vlink=$VLINKCOLOR>
-
- <a name="top">
-
- <!--[if($ALWAYSNAV)]-->
- <h2><b><!--[sitetitle/]--></b></h2>
-
- Browse by artist:<br>
- <!--[group(artistsort,overview)]-->
- <!--[grouppagelink]--><!--[groupfield]-->??<!--[/groupfield]--><!--[/grouppagelink]-->
- <!--[/group]-->
- <p>
- Browse by <!--[fieldname($SECONDFLD)/]-->:<br>
- <!--[group($SECONDFLD)]-->
- <!--[grouppagelink]--><!--[groupfield]-->??<!--[/groupfield]--><!--[/grouppagelink]-->
- <!--[/group]-->
- <p>
- Browse by <!--[fieldname($THEIRDFLD)/]-->:<br>
- <!--[group($THEIRDFLD)]-->
- <!--[grouppagelink]--><!--[groupfield]-->??<!--[/groupfield]--><!--[/grouppagelink]-->
- <!--[/group]-->
-
- <hr>
- <!--[/if]-->
-
- <h2><b><!--[groupfield]-->??<!--[/groupfield]--></b></h2>
-
- <table border=0>
- <!--[album(all,$SORTFLD1,$SORTFLD2)]-->
- <tr>
- <!--[if($THUMBS)]-->
- <td width=$THUMBSIZE height=$THUMBSIZE>
- <!--[if(cover)]-->
- <!--[if($ALBUMPAGES)]-->
- <!--[albumpagelink]--><!--[cover($THUMBSIZE)/]--><!--[/albumpagelink]-->
- <!--[else]-->
- <!--[cover($THUMBSIZE)/]-->
- <!--[/if]-->
- <!--[else]-->
-
- <!--[/if]-->
- </td>
- <!--[/if]-->
- <td>
- <!--[if($ALBUMPAGES)]-->
- <!--[albumpagelink]--><!--[artist/]--> - <!--[title/]--><!--[/albumpagelink]-->
- <!--[else]-->
- <!--[artist/]--> - <!--[title/]-->
- <!--[/if]-->
- </td>
- </tr>
- <!--[/album]-->
- </table>
-
- <hr>
-
- <a href="#top">Top</a> | <!--[rootpagelink]-->Home<!--[/rootpagelink]-->
-
- </body>
- </html>
-
- ::album/web
-
- <html>
- <head>
- <title><!--[artist/]--> - <!--[title/]--></title>
- <!--[charset/]-->
- <style><!--
- body,td,a { font: $TEXTFONT }
- h2 { font: $HEADERFONT }
- img.cover { border: 1px solid $IMGCOLOR; vertical-align: center }
- //--></style>
- </head>
- <body bgcolor=$BGCOLOR text=$TEXTCOLOR link=$LINKCOLOR vlink=$VLINKCOLOR>
-
- <h2><b><!--[artist/]--></b><br><!--[title/]--></h2>
-
- <table border=0 cellpadding=0><tr><td valign=top>
- <!--[if(cover)]--><!--[cover($COVERSIZE)/]--><!--[/if]-->
- </td>
- <td> </td>
- <td>
-
- <!--[if($SHOW_SHELFID)]-->
- <b>#</b> <!--[shelfid]-->not assigned<!--[/shelfid]--><br>
- <!--[/if]-->
-
- <!--[if($SHOW_LABEL)]-->
- <b>Label:</b> <!--[label/]--> <!--[number/]--><br>
- <!--[/if]-->
-
- <!--[if($SHOW_FORMAT)]-->
- <b>Format:</b> <!--[format/]--><br>
- <!--[/if]-->
-
- <!--[if($SHOW_RELEASEDATE)]-->
- <!--[if(releasedate)]-->
- <b>Date:</b> <!--[releasedate/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($SHOW_CATEGORY)]-->
- <!--[if(category)]-->
- <b>Category:</b> <!--[category/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($SHOW_GENRE)]-->
- <!--[if(genre)]-->
- <b>Genre:</b> <!--[genre/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($SHOW_LIVE)]-->
- <b>Live/studio:</b>
- <!--[if(live)]-->
- Live<br>
- <!--[else]-->
- Studio<br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($SHOW_MONO)]-->
- <b>Audio:</b>
- <!--[if(mono)]-->
- Mono<br>
- <!--[else]-->
- <!--[if(quadro)]-->
- Multichannel<br>
- <!--[else]-->
- Stereo<br>
- <!--[/if]-->
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($SHOW_BITRATE)]-->
- <!--[if(bitrate)]-->
- <b>Bitrate:</b> <!--[bitrate/]--> Kbps<br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($SHOW_CUSTOM1)]-->
- <!--[if(custom1)]-->
- <b><!--[customname1/]-->:</b> <!--[custom1/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($SHOW_CUSTOM2)]-->
- <!--[if(custom2)]-->
- <b><!--[customname2/]-->:</b> <!--[custom2/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($SHOW_CUSTOM3)]-->
- <!--[if(custom3)]-->
- <b><!--[customname3/]-->:</b> <!--[custom3/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($SHOW_CUSTOM4)]-->
- <!--[if(custom4)]-->
- <b><!--[customname4/]-->:</b> <!--[custom4/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- </td></tr>
- </table>
-
- <br>
- <b>Track listing:</b>
- <br>
-
- <!--[volume]-->
- <!--[if(volumename)]-->
- <br><!--[volumename/]--> [<!--[volumetime/]-->]
- <!--[/if]-->
- <table border=0 cellpadding=0>
- <!--[track]-->
- <tr><td valign=top><!--[tracknum/]-->. </td>
- <!--[if($TRACKPAGES)]-->
- <!--[if(lyrics)]-->
- <td width="100%" valign=top><!--[tracklink]--><!--[tracktitle/]--><!--[/tracklink]--> <!--[tracktime/]--></td></tr>
- <!--[else]-->
- <td width="100%" valign=top><!--[tracktitle/]--> <i><small><!--[tracktime/]--></small></i></td></tr>
- <!--[/if]-->
- <!--[else]-->
- <td width="100%" valign=top><!--[tracktitle/]--> <i><small><!--[tracktime/]--></small></i></td></tr>
- <!--[/if]-->
- <!--[if(trackartist)]-->
- <tr><td></td><td valign=top><i><!--[trackartist/]--></i></td></tr>
- <!--[/if]-->
- <!--[/track]-->
- </table>
- <!--[/volume]-->
- <br>
- Total time: <i><small><!--[albumtime/]--></small></i>
-
- <hr>
-
- <a href="#top">Top</a> | <!--[rootpagelink]-->Home<!--[/rootpagelink]-->
-
- </body>
- </html>
-
- ::track/web
-
- <html>
- <head>
- <title><!--[artist/]--> - <!--[title/]--></title>
- <!--[charset/]-->
- <style><!--
- body,td,a { font: $TEXTFONT }
- h2 { font: $HEADERFONT }
- //--></style>
- </head>
- <body bgcolor=$BGCOLOR text=$TEXTCOLOR link=$LINKCOLOR vlink=$VLINKCOLOR>
-
- <h2><b><!--[artist/]--></b><br><!--[tracktitle/]--></h2>
-
- (from <!--[albumpagelink]--><!--[title/]--><!--[/albumpagelink]-->)
-
- <p>
-
- <!--[lyrics/]-->
-
- <hr>
-
- <a href="#top">Top</a> | <!--[rootpagelink]-->Home<!--[/rootpagelink]-->
-
- </body>
- </html>
-